Fix Dependabot security vulnerabilities#50
Open
jamalavedra wants to merge 1 commit into
Open
Conversation
…docs Update direct dependencies and add pnpm overrides to fix 27 Dependabot security alerts including critical axios SSRF, high kysely SQL injection, and multiple medium-severity issues in transitive dependencies. auth_service: - Update better-auth ^1.4.5 → ^1.6.2 (fixes kysely SQL injection) - Add pnpm overrides for defu (>=6.1.5) and path-to-regexp (>=8.4.0) docs: - Update vocs ^1.0.12 → ^1.4.1 - Add pnpm overrides for hono, @hono/node-server, dompurify, lodash, lodash-es, immutable, picomatch, brace-expansion, yaml, defu, path-to-regexp, vite, and axios
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
better-authto ^1.6.2 (fixes kysely SQL injection CVEs #66, #67) and add pnpm overrides fordefu(prototype pollution #79) andpath-to-regexp(ReDoS #72, #73)vocsto ^1.4.1 and add pnpm overrides for 12 vulnerable transitive dependencies including criticalaxiosSSRF (#91, #92),honomiddleware bypasses (#83-88),dompurifyXSS (#62, #71, #77, #78),lodash/lodash-escode injection (#75, #76, #89, #90), and othersResolved alerts
Not addressed
Alerts for packages in
iframe/iframe/(axios, vite, picomatch) — this directory is gitignored and comes from the separate iframe repo.Test plan
pnpm installsucceeds inauth_service/anddocs/make buildcompletes successfullypnpm docs:devcd auth_service && pnpm build